home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / children / clrwiz10.arj / READ.ME < prev    next >
Text File  |  1994-04-01  |  7KB  |  130 lines

  1.                                THE COLOR WIZARD
  2.                                   Version 1.0
  3.                                  April 1, 1994
  4.  
  5.                               Copyright (c) 1994
  6.                                 ImagiSOFT, Inc.
  7.                              All rights reserved.
  8.  
  9.  
  10.                                SHAREWARE VERSION
  11.  
  12.     The  Color  Wizard  is  a  commercial  software  product  marketed   as
  13.     shareware.   It is NOT FREE, nor is it in the public domain.   You  may
  14.     freely  copy  the Color Wizard and GIVE copies of the color  wizard  to
  15.     others, and may charge a distribution fee subject to the provisions  of
  16.     WIZARD.TXT.   To obtain the latest shareware version use your modem  to
  17.     call our BBS:  (505) 275-9697.
  18.  
  19.     Users of the Color Wizard must accept this disclaimer of warranty:
  20.  
  21.     THE  COLOR  WIZARD  IS PROVIDED AS IS, WITHOUT WARRANTY  OF  ANY  KIND,
  22.     EXPRESS  OR  IMPLIED,  INCLUDING,  BUT  NOT  LIMITED  TO  THE   IMPLIED
  23.     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
  24.     ENTIRE  RISK AS TO THE QUALITY AND PERFORMANCE IS WITH YOU.   IMAGISOFT
  25.     ASSUMES  NO LIABILITY FOR DAMAGES, DIRECT OR CONSEQUENTIAL,  WHICH  MAY
  26.     RESULT FROM THE USE OF THE COLOR WIZARD.
  27.  
  28.  
  29.                               RESOLVING PROBLEMS
  30.  
  31.     "NOT ENOUGH FREE CONVENTIONAL MEMORY"
  32.     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33.     MS-DOS computers have several types of memory:
  34.  
  35.       - Conventional Memory, the first 640K
  36.       - Upper Memory, the next 384K between 640K and 1 megabyte
  37.       - Extended Memory (XMS), above 1 megabyte (defined using EMM386.EXE)
  38.       - Expanded Memory (EMS), above 1 megabyte (defined using EMM386.EXE)
  39.  
  40.     Conventional  Memory is the most precious -- without it,  few  programs
  41.     can  run -- even if you have eight megabytes of memory!  To  check  how
  42.     much  memory your computer has left, enter the command MEM /C and  look
  43.     for  the column titled Conventional Memory.  If it says you  have  less
  44.     than 550K free, your computer probably is not be configured properly.
  45.  
  46.     DOS 6.0 and DOS 6.2 comes with a utility called MEMMAKER.  Most  people
  47.     can cause the above problem to disappear, and increase their computer's
  48.     performance,  simply  by  entering the command MEMMAKER  from  the  DOS
  49.     prompt.
  50.  
  51.     The primary reason DOS 5.0 (and now DOS 6.2) was so successful was that
  52.     it  provided good memory management, using a utility  called  HIMEM.SYS
  53.     for  286  and 386 computers.  The primary purpose of  HIMEM.SYS  is  to
  54.     "Load High" into upper memory major portions of DOS, and other programs
  55.     when  you turn your computer on.  MEMMAKER makes all these  adjustments
  56.     for you.
  57.  
  58.     If  you don't have MEMMAKER, or if you want to fine tune the  way  your
  59.     computer manages memory yourself, enter the command EDIT CONFIG.SYS  at
  60.     your  DOS  prompt.  If you have a 386 class computer,  your  CONFIG.SYS
  61.     file should look similar to the following:
  62.         buffers=20                      (number can vary)
  63.         files=60                        (number can vary)
  64.         device=c:\dos\himem.sys         (always include this line)
  65.         device=c:\dos\emm386.exe noems  (2 megs+ on 386 or 486 only)
  66.         dos=high,umb             (always include this line (no umb on 286))
  67.  
  68.     All other resident .SYS, .EXE, and .COM programs in this file should be
  69.     preceded  by  devicehigh =  instead of  just  device =.   For  example,
  70.     replace DEVICE = MOUSE.SYS with DEVICEHIGH = MOUSE.SYS.  In most cases,
  71.     following  these  few steps will increase your memory  dramatically  by
  72.     putting these programs in upper memory instead of conventional memory.
  73.  
  74.     After  you  are  done  editing  CONFIG.SYS,  EDIT  AUTOEXEC.BAT.   Your
  75.     AUTOEXEC.BAT file will usually have something similar to the following:
  76.         verify on                       (optional)
  77.         set home = c:\bingo             (optional)
  78.         prompt $p$g                     (could be different)
  79.         path \dos;c:\util               (probably much longer)
  80.         loadhigh \dos\mouse.com         (mouse driver)
  81.  
  82.     Use  the  loadhigh  command  on all resident  .EXE  and  .COM  programs
  83.     in AUTOEXEC.BAT  to  put these programs into upper memory.   For  example,
  84.     instead of loading the mouse into conventional memory with the  command
  85.     \DOS\MOUSE.COM, LOADHIGH \DOS\MOUSE.COM puts the mouse driver in  upper
  86.     memory.
  87.  
  88.     When you are done making changes to CONFIG.SYS and AUTOEXEC.BAT, reboot
  89.     your computer.  Enter the command MEM /C again, and you should see that
  90.     your  computer has much more conventional memory available.  If  making
  91.     these changes don't help, get help from an expert.
  92.  
  93.  
  94.     "VGA MONITOR REQUIRED"
  95.     ~~~~~~~~~~~~~~~~~~~~~~
  96.     Some  Super VGA cards are incompatible with our software.  If you  know
  97.     that your monitor has VGA mode, enter this command from DOS: WIZARD /M.
  98.     We  don't  guarantee that this will fix the problem, but  this  command
  99.     will  bypass  our video checking routine, and the above error  will  no
  100.     longer appear.
  101.  
  102.  
  103.     "MOUSE REQUIRED"
  104.     ~~~~~~~~~~~~~~~~
  105.     THE  COLOR  WIZARD  requires a mouse to run.  We are  often  asked  the
  106.     question,  "My  mouse works in Microsoft Windows.  Why does  THE  COLOR
  107.     WIZARD tell me that a mouse is required to run it?"
  108.  
  109.     Microsoft  Windows  has its own, built in mouse driver as part  of  the
  110.     program.   THE  COLOR WIZARD looks for a mouse driver  which  has  been
  111.     loaded  in AUTOEXEC.BAT or CONFIG.SYS when you turn your  computer  on.
  112.     Look at the documentation which came with your mouse for details.
  113.  
  114.  
  115.     SOUND CARD PROBLEMS
  116.     ~~~~~~~~~~~~~~~~~~~
  117.     Most sound cards are Soundblaster compatible.  If your sound card gives
  118.     you problems, enter this command from DOS: WIZARD /C.  This will bypass
  119.     the sound card initialization routine and turn off the sound.
  120.  
  121.     PRINTER PORTS
  122.     ~~~~~~~~~~~~~
  123.     Over  99%  of  our users have their printer  attached  to  their  first
  124.     parallel  port,  which  DOS refers to as the  LPT1:  device.   If  your
  125.     printer is attached to LPT1: - LPT3: then enter this command from  DOS:
  126.     WIZARD /1  for LPT1: (Default), WIZARD /2 for LPT2:, or  WIZARD /3  for
  127.     LPT3:.   If your printer is attached to COM1: or other  serial  device,
  128.     redirect  it to LPT1: using the MODE command from DOS.  For details  on
  129.     how to do this see your DOS documentation.
  130.